home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1191 / 1191.xpi / chrome / reminderfox.jar / content / reminderfox / mail / invitation.xul < prev    next >
Extensible Markup Language  |  2009-10-22  |  6KB  |  176 lines

  1. <?xml version="1.0"?>        
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4. <?xml-stylesheet href="chrome://reminderfox/skin/reminder.css"  type="text/css"?>
  5.  
  6. <!-- DTD Files -->
  7. <!DOCTYPE window 
  8. [
  9.     <!ENTITY % dtd2 SYSTEM "chrome://reminderfox/locale/reminderfox.dtd" > %dtd2;
  10. ]>
  11.  
  12. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.         id="reminderFox-set-mailAppString"
  14.         windowtype="window:ItemDialog"
  15.         title="&mail.sendexport.reminder.invitation.title;"
  16.         width="550px"
  17.         persist="screenX screenY"        
  18.         onload="rmFx_invitationLoadDialog()">  
  19.  
  20.     <stringbundleset id="stringbundleset">
  21.         <stringbundle id="reminderFox-bundle" src="chrome://reminderfox/locale/reminderfox.properties"/>
  22.     </stringbundleset>
  23.  
  24.     <script type="application/x-javascript" src="chrome://reminderfox/content/utils/rmFxUtils.js" />
  25.  
  26. <!-- //gW appPicker 2009-10-03   
  27.     <script type="application/javascript" src="chrome://messenger/content/preferences/applications.js"/>
  28. -->
  29.  
  30.     <script type="application/x-javascript" src="chrome://reminderfox/content/mail/mail.js" />    
  31.     <script type="application/x-javascript" src="chrome://reminderfox/content/mail/rmFxIcalMail.js" />    
  32.     <script type="application/x-javascript" src="chrome://reminderfox/content/reminderFoxCore.js" />
  33.     <script type="application/x-javascript" src="chrome://reminderfox/content/mail/addContact2Reminder.js" />
  34.  
  35.     <script type="application/x-javascript"
  36.         src="chrome://reminderfox/content/mail/addContact2Reminder.js" />
  37.  
  38.     <keyset id="reminderFoxOptions-keys">
  39.         <key keycode="VK_ESCAPE" oncommand="rmFx_invitationCloseDialog('CANCEL'); window.close();" />
  40.         <key keycode="VK_ENTER" oncommand="rmFx_invitationCloseDialog('OK'); window.close();"/>
  41.         <key keycode="VK_RETURN" oncommand="rmFx_invitationCloseDialog('CANCEL'); window.close();"/>
  42.     </keyset>
  43.  
  44.     <vbox flex="1">
  45.  
  46.         <spacer height="10px"/>
  47.         
  48.         <vbox>
  49.             <hbox flex="1">
  50.                 <groupbox id="exportGroupbox" flex="1">
  51.                     <caption>
  52.                         <checkbox id="exportSection" label="&mail.sendexport.reminder.export;"
  53.                             checked="true" oncommand="rmFx_sendExportChange(this)" class="reminderFoxBold" />
  54.                     </caption>
  55.  
  56.                     <hbox>
  57.                         <spacer width="20px" />
  58.                         <label value="&mail.sendexport.reminder.exportto;" width="120px" />
  59.                         <textbox id="exportFile" width="290px" editable="true"
  60.                             value="../reminderfoxEvents.ics" />
  61.  
  62.                         <toolbarbutton class="image-button" id="getFileLocationButton"
  63.                             tooltiptext="&mail.sendexport.reminder.export.file;" oncommand="rmFx_getExportFile()" />
  64.                     </hbox>
  65.                 </groupbox>
  66.             </hbox>
  67.         </vbox>
  68.  
  69.         <vbox flex="1">
  70.             <hbox flex="1">
  71.                 <groupbox id="sendGroupbox" flex="1">
  72.                     <caption>
  73.                         <checkbox id="sendSection" label="&mail.sendexport.reminder.send;"
  74.                             checked="false" class="reminderFoxBold" align="top"
  75.                             oncommand="rmFx_sendExportChange(this)" />
  76.                     </caption>
  77.  
  78.                     <hbox>
  79.                         <spacer width="20px" />
  80.                         <label value="&mail.sendexport.reminder.sender;"
  81.                             width="120px" />
  82.                         <menulist id="organizerMenu" width="290px" editable="true"
  83.                             disabled="true" />
  84.                     </hbox>
  85.  
  86.  
  87.                     <vbox id="reminderFox-invitationGroup">
  88.                         <hbox>
  89.                             <spacer width="20px" />
  90.                             <checkbox id="inviteEnable" checked="false" disabled="true"
  91.                                 label="&mail.send.reminder.invitation.check;" oncommand="rmFx_invitationSwitch();">
  92.                             </checkbox>
  93.                         </hbox>
  94.                     </vbox>
  95.  
  96.                     <vbox id="reminderFox-attendeeGroup">
  97.                         <hbox>
  98.                             <spacer width="40px" />
  99.                             <label value="&mail.send.reminder.invitation.attendees;"
  100.                                 width="100px" />
  101.  
  102.                             <textbox id="attendees" value="" width="290px"
  103.                                 tooltiptext="&mail.send.reminder.invitation.attendees.tooltip;" />
  104.  
  105.                             <toolbarbutton class="image-button" id="personButton"
  106.                                 tooltiptext="&mail.send.reminder.invitation.aBook;" oncommand="rmFx_abookOpen();" />
  107.                         </hbox>
  108.                     </vbox>
  109.  
  110.                     <vbox id="reminderFox-commentGroup" flex="1">
  111.                         <hbox>
  112.                             <spacer width="40px" />
  113.                             <text value="&mail.send.reminder.invitation.comment;" />
  114.                         </hbox>
  115.  
  116.                         <hbox id="commentEntry">
  117.                             <spacer width="40px" />
  118.  
  119.                             <textbox id="commentText" value="" flex="1" multiline="true"
  120.                                 rows="4" />
  121.                             <spacer width="10px" />
  122.  
  123.                         </hbox>
  124.                     </vbox>
  125.  
  126.                     <!-- mail.app.location  -->
  127.                     <text />
  128.                     <vbox id="reminderFox-mailApp.Location-Box">
  129.                         <hbox>
  130.                             <spacer width="20px" />
  131.                             <description width="290px" id="mailApp.Description" class="textDisabled">
  132.                                  &mail.send.reminder.invitation.mail;
  133.                             </description>
  134.                         </hbox>
  135.  
  136.                         <hbox>
  137.                             <spacer width="30px" />
  138.  
  139.                             <description width="410px" id="mailApp.location.input"
  140.                                 tooltiptext="&mail.send.reminder.invitation.reload;" 
  141.                                 class="textDisabled"
  142.                                 value="undefined" />
  143.  
  144.                             <toolbarbutton class="image-button" id="mailAppButton"
  145.                                 onclick="rmFx_mailAppStringBrowse();" tooltiptext="&mail.send.reminder.invitation.browse;"
  146.                                 disabled="true" />
  147.                         </hbox>
  148.                     </vbox>
  149.  
  150.                 </groupbox>
  151.             </hbox>
  152.         </vbox>
  153.     </vbox>
  154.  
  155.  
  156.     <vbox>
  157.         <hbox id="reminderFox-options-footer" class="reminderFox-footer3"
  158.             align="center" />
  159.         <hbox id="reminderFox-options-footer" class="reminderFox-footer2"
  160.             align="center" />
  161.  
  162.         <hbox id="alertButtonGroup">
  163.  
  164.             <spacer class="reminderFox-btnspacer" flex="1" />
  165.  
  166.             <button id="rmCatOK" label="&rf.ok;" tooltiptext="go"
  167.                 oncommand="rmFx_invitationCloseDialog('OK'); window.close();" />
  168.             <spacer width="5px" />
  169.  
  170.             <button id="rmCatCancel" label="&rf.cancel;"
  171.                 oncommand="rmFx_invitationCloseDialog('CANCEL'); window.close();" />
  172.         </hbox>
  173.     </vbox>
  174.  
  175. </window>
  176.